home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / TxtPropCv.h.z / TxtPropCv.h
C/C++ Source or Header  |  2002-10-15  |  1KB  |  41 lines

  1. /* $XConsortium: TxtPropCv.h /main/5 1995/07/15 20:56:52 drk $ */
  2. /*
  3.  * COPYRIGHT NOTICE
  4.  * Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  5.  * ALL RIGHTS RESERVED (MOTIF).  See the file named COPYRIGHT.MOTIF
  6.  * for the full copyright text.
  7.  * 
  8.  */
  9. /*
  10.  * HISTORY
  11.  */
  12.  
  13. #ifndef _XmTxtPropCvP_h
  14. #define _XmTxtPropCvP_h
  15.  
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19.  
  20. /********    Public Function Declarations    ********/
  21.  
  22. extern int XmCvtXmStringTableToTextProperty(Display *display,
  23.                  XmStringTable string_table,
  24.                  int count,
  25.                  XmICCEncodingStyle style,
  26.                  XTextProperty *text_prop_return);
  27.  
  28. extern int XmCvtTextPropertyToXmStringTable(Display *display,
  29.                  XTextProperty *text_prop,
  30.                  XmStringTable *string_table_return,
  31.                  int *count_return);
  32.  
  33. /********    End Public Function Declarations    ********/
  34.  
  35. #ifdef __cplusplus
  36. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  37. #endif
  38.  
  39. #endif  /* _XmTxtPropCvP_h */
  40. /* DON'T ADD STUFF AFTER THIS #endif */
  41.